home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / oddech / hexxagon / Neave Hexxagon.exe / scripts / DefineButton2_26 / BUTTONCONDACTION on(release).as
Text File  |  2003-10-01  |  88b  |  6 lines

  1. on(release){
  2.    Sel1.gotoAndStop(2);
  3.    Sel2.gotoAndStop(1);
  4.    compPlay = true;
  5. }
  6.